home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgramD2.iso / Borland / Borland C++ V5.02 / COLMNHDR.PAK / COLMNHDR.H next >
Text File  |  1997-05-06  |  569b  |  18 lines

  1. //----------------------------------------------------------------------------
  2. // ObjectWindows
  3. // Copyright (c) 1995, 1996 by Borland International, All Rights Reserved
  4. //----------------------------------------------------------------------------
  5. #if !defined(COLMNHDR_H)
  6. #define COLMNHDR_H
  7.  
  8. #define IDM_APPMENU             0x1000
  9.  
  10. #define CM_ADDITEM              0x1001
  11. #define CM_REMOVEITEM           0x1002
  12. #define CM_CHANGEFONT           0x1003
  13. #define CM_ALLOWRESIZING        0x1100
  14. #define CM_ALLOWCLICKING        0x1101
  15.  
  16.  
  17. #endif // COLMNHDR_H
  18.